home *** CD-ROM | disk | FTP | other *** search
- WhisperBack - Send feedback via encrypted e-mail
- ################################################
-
- Copyright (C) 2009-2012 Tails developers <tails@boum.org>
-
- DESCRIPTION
- ===========
-
- WhisperBack is a small pyGTK application intended to provide
- a user-friendly way to send feedback to the amnesia dev team in
- a GnuPG-encrypted way.
-
-
- DEPENDENCIES
- ============
-
- You need the following runtime dependencies:
- - python-gtk2
- - python-pyme
-
- In addition, you need the following build dependencies:
- - python-distutils-extra
- - txt2tags
-
-
- INSTALLATION
- ============
-
- WhisperBack is packaged using Python distutils. To install it:
-
- $ ./setup.py build
-
- and as root:
-
- # ./setup.py install
-
-
- CONFIGURATION
- =============
-
- The configuration is read in sequence from the following files,
- settings read last overriding previous ones:
- - /etc/whisperback/config.py
- - ~/.whisperback/config.py
- - ./config.py
-
- The config.py.sample example configuration file will tell you about the
- configuration syntax and available settings.
-
-
- USAGE
- =====
-
- Please see the man page.
-
-
- LICENSING
- =========
-
- This file is part of WhisperBack.
-
- WhisperBack is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 3 of the License, or (at
- your option) any later version.
-
- This program is distributed in the hope that it will be useful, but
- WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- General Public License for more details.
-
- You should have received a copy of the GNU General Public License
- along with this program. If not, see <http://www.gnu.org/licenses/>.
-
- Please see COPYING for more information.
-